-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Fixes CI lint check #129
Conversation
Can one of the admins verify this patch? |
1 similar comment
Can one of the admins verify this patch? |
Duplicate of #127 |
retest this please |
test this please |
Please rebase your code. |
@dependabot rebase |
@gruyaume, please address issue with |
@gab-arrobo as mentioned in the PR description, "This PR does not fix the linting itself, those would come in a subsequent PR. The first step is to have a working CI." All we do here is un break the file that describes lint checks. |
Got it. Thanks! |
retest this please |
Description
This PR fixes the currently broken lint check. The linting tool couldn't run because of the
whitespace
key that was defined twice in .golangci.yml.Note: This PR does not fix the linting itself, those would come in a subsequent PR. The first step is to have a working CI.